home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- REM Tell DOS to display subdirectories on prompt line
- PROMPT $P$G
- REM Set the path for commands and utilities
- PATH C:\DOS;C:\DOS\UTIL
- REM Force system into TURBO (8 Mhz) Mode
- FAST
- REM Force verification of all disk writes
- VERIFY ON
- REM Turn on the Monographic mode
- MODE MONO
- REM Initialize the COMM port
- MODE COM1: 12,N,8,1
- REM SET commands for PROCOMM and TELIX
- SET PROCOMM=C:\PROCOMM\
- SET TELIX=C:\TELIX\
- REM Get battery backed-up DATE and TIME
- TIMER/S
- REM Allow Ctrl-C and Ctrl-[BREAK] (for now)
- BRK ON
- REM Pause for 3 seconds before continuing in case ^C desired
- WAITN 3
- REM Go to the WILDCAT! subdirectory
- CD\WILDCAT
- REM Execute the program
- CAT.BAT